3.20.25 \(\int \frac {x}{6-5 x+x^2} \, dx\)

Optimal. Leaf size=17 \[ 3 \log (3-x)-2 \log (2-x) \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {632, 31} \begin {gather*} 3 \log (3-x)-2 \log (2-x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x/(6 - 5*x + x^2),x]

[Out]

-2*Log[2 - x] + 3*Log[3 - x]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 632

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Dist[
(c*d - e*(b/2 - q/2))/q, Int[1/(b/2 - q/2 + c*x), x], x] - Dist[(c*d - e*(b/2 + q/2))/q, Int[1/(b/2 + q/2 + c*
x), x], x]] /; FreeQ[{a, b, c, d, e}, x] && NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] && NiceSqrtQ[b^2 - 4*a*
c]

Rubi steps

\begin {align*} \int \frac {x}{6-5 x+x^2} \, dx &=-\left (2 \int \frac {1}{-2+x} \, dx\right )+3 \int \frac {1}{-3+x} \, dx\\ &=-2 \log (2-x)+3 \log (3-x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 17, normalized size = 1.00 \begin {gather*} 3 \log (3-x)-2 \log (2-x) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x/(6 - 5*x + x^2),x]

[Out]

-2*Log[2 - x] + 3*Log[3 - x]

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x}{6-5 x+x^2} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[x/(6 - 5*x + x^2),x]

[Out]

IntegrateAlgebraic[x/(6 - 5*x + x^2), x]

________________________________________________________________________________________

fricas [A]  time = 0.39, size = 13, normalized size = 0.76 \begin {gather*} -2 \, \log \left (x - 2\right ) + 3 \, \log \left (x - 3\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(x^2-5*x+6),x, algorithm="fricas")

[Out]

-2*log(x - 2) + 3*log(x - 3)

________________________________________________________________________________________

giac [A]  time = 0.17, size = 15, normalized size = 0.88 \begin {gather*} -2 \, \log \left ({\left | x - 2 \right |}\right ) + 3 \, \log \left ({\left | x - 3 \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(x^2-5*x+6),x, algorithm="giac")

[Out]

-2*log(abs(x - 2)) + 3*log(abs(x - 3))

________________________________________________________________________________________

maple [A]  time = 0.06, size = 14, normalized size = 0.82 \begin {gather*} 3 \ln \left (x -3\right )-2 \ln \left (x -2\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(x^2-5*x+6),x)

[Out]

-2*ln(x-2)+3*ln(x-3)

________________________________________________________________________________________

maxima [A]  time = 0.84, size = 13, normalized size = 0.76 \begin {gather*} -2 \, \log \left (x - 2\right ) + 3 \, \log \left (x - 3\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(x^2-5*x+6),x, algorithm="maxima")

[Out]

-2*log(x - 2) + 3*log(x - 3)

________________________________________________________________________________________

mupad [B]  time = 0.06, size = 13, normalized size = 0.76 \begin {gather*} 3\,\ln \left (x-3\right )-2\,\ln \left (x-2\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(x^2 - 5*x + 6),x)

[Out]

3*log(x - 3) - 2*log(x - 2)

________________________________________________________________________________________

sympy [A]  time = 0.10, size = 12, normalized size = 0.71 \begin {gather*} 3 \log {\left (x - 3 \right )} - 2 \log {\left (x - 2 \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(x**2-5*x+6),x)

[Out]

3*log(x - 3) - 2*log(x - 2)

________________________________________________________________________________________